home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / switchf.arc / alglobal.c < prev    next >
C/C++ Source or Header  |  1987-08-24  |  920b  |  32 lines

  1.  
  2.         /***********************************************\
  3.         *                        *
  4.         *             alglobal.c            *
  5.         *    Global variables for C interface    *
  6.         *     declared here. Extern eveywhere else.     *
  7.         *                        *
  8.         *    J.R. Bammi                *
  9.         *      decvax!cwruecmp!bammi            *
  10.         *      bammi%cwru.edu.ARPA            *
  11.         *      bammi@cwru.edi.CSNET            *
  12.         *      CIS: 71515,155            *
  13.         *                        *
  14.         \***********************************************/
  15.  
  16.  
  17. #define ALGLOBAL
  18.  
  19. #include "aline.h"
  20.  
  21.  
  22. LINEA *aline;         /* Pointer to line a parameter block returned by init */
  23.  
  24. NLINEA *naline;         /* Pointer to line a parameters at negative offsets  */
  25.  
  26. FONT  **fonts;       /* Array of pointers to the three system font headers */
  27.              /* returned by init (in register A1)                   */
  28.  
  29. WORD  (**funcs)();    /* Array of pointers to the 15 line a functions      */
  30.               /* returned by init (in register A2)               */
  31.               /* only valid in ROM'ed TOS                   */
  32.